home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 2012 / SIGGRAPH 2012 - Disc 2.iso / content / papers / auxiliary / 100-sinha / style.css < prev    next >
Cascading Style Sheet File  |  2009-06-17  |  809b  |  70 lines

  1. body
  2. {
  3.     color: #444444;
  4.     font-size: 11px;
  5.     font-family: Arial, Helvetica, sans-serif;
  6.     line-height: 17px;
  7.     text-align: center;
  8.     margin: 0;
  9.     padding: 0;
  10. }
  11.  
  12. a:link
  13. {
  14.     color: #0000ff;
  15.     text-decoration: underlined;
  16. }
  17.  
  18. a:visited
  19. {
  20.     color: #0000ff;
  21.     text-decoration: underlined;
  22. }
  23.  
  24. a:hover, a:active
  25. {
  26.     color: #f60;
  27.     text-decoration: underlined;
  28. }
  29.  
  30. .small
  31. {
  32.     font-size: 12px;
  33.     font-weight: bold;
  34.     text-align: center;
  35. }
  36.  
  37. .medium
  38. {
  39.     font-size: 15px;
  40.     font-weight: bold;
  41.     text-align: center;
  42. }
  43.  
  44. .title
  45. {
  46.     font-size: 40px;
  47.     font-weight: bold;
  48.     text-align: center;
  49. }
  50.  
  51. .author
  52. {
  53.     font-size: 15px;
  54.     font-weight: bold;
  55.     text-align: center;
  56. }
  57.  
  58. .affiliation
  59. {
  60.     font-size: 13px;
  61.     font-weight: bold;
  62.     text-align: center;
  63. }
  64.  
  65. .rightlink
  66. {
  67.     font-size: 13px;
  68. }
  69.  
  70.